libdvbv5_d.desc_terrestrial_delivery

@file desc_terrestrial_delivery.h @ingroup descriptors @brief Provides the descriptors for the DVB-T terrestrial delivery system descriptor @copyright GNU Lesser General Public License version 2.1 (LGPLv2.1) @author Mauro Carvalho Chehab @author Andre Roth

@par Relevant specs The descriptor described herein is defined at: - ETSI EN 300 468 V1.11.1

@par Bug Report Please submit bug reports and patches to linux-media@vger.kernel.org

Members

Functions

dvb_desc_terrestrial_delivery_init
int dvb_desc_terrestrial_delivery_init(dvb_v5_fe_parms* parms, const(ubyte)* buf, dvb_desc* desc)

@brief Initializes and parses the DVB-T terrestrial delivery system descriptor

dvb_desc_terrestrial_delivery_print
void dvb_desc_terrestrial_delivery_print(dvb_v5_fe_parms* parms, const(dvb_desc)* desc)

@brief Prints the content of the DVB-T terrestrial delivery system descriptor @ingroup descriptors

Static variables

dvbt_bw
const(uint)[] dvbt_bw;

@brief converts from internal representation into bandwidth in Hz

dvbt_code_rate
const(uint)[] dvbt_code_rate;

@brief converts from the descriptor's FEC into enum fe_code_rate, as defined by DVBv5 API.

dvbt_hierarchy
const(uint)[] dvbt_hierarchy;

@brief converts from the descriptor's hierarchy into enum fe_hierarchy, as defined by DVBv5 API.

dvbt_interval
const(uint)[] dvbt_interval;

@brief converts from internal representation into enum fe_guard_interval, as defined at DVBv5 API.

dvbt_modulation
const(uint)[] dvbt_modulation;

@brief converts from the descriptor's modulation into enum fe_modulation, as defined by DVBv5 API.

dvbt_transmission_mode
const(uint)[] dvbt_transmission_mode;

@brief converts from the descriptor's transmission mode into enum fe_transmit_mode, as defined by DVBv5 API.

Structs

dvb_desc_terrestrial_delivery
struct dvb_desc_terrestrial_delivery

@struct dvb_desc_terrestrial_delivery @ingroup descriptors @brief Structure containing the DVB-T terrestrial delivery system descriptor

Meta